home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / port / aix32 / gcc-related / string.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  243b  |  9 lines

  1. extern "C" {
  2. #include <sys/types.h>
  3. #include <standards.h>
  4. extern char     *strerror(int errnum);
  5. extern char     *strchr(const char *s, int c);
  6. extern int      strncmp(const char *s1,const char *s2,size_t n);
  7. extern char     *strdup(char *s);
  8. }
  9.